Conversation
…aration kafa producer
4bb9eb6 to
8acba38
Compare
|
|
||
| # Create a directory to | ||
| RUN mkdir ~/.ssh | ||
| COPY ./config/ssh_config .ssh/config |
There was a problem hiding this comment.
git reads the keys from the .ssh folder from your home folder . Hence we need to have the ssh keys in that folder in order to execute the next command . I am using this branch for D3 and flask development .
| # Sbt | ||
| # git clone during image build and setting enviroment variables | ||
| cd ~ \ | ||
| && git clone https://yogeshgo05@github.com/abgoswam/streamai |
There was a problem hiding this comment.
https://github.com/abgoswam/streamaiis it the same as doing git clone on base URL i.e. 'git clone https://github.com/abgoswam/streamai'
There was a problem hiding this comment.
there is a failure at this step..
Step 10/13 : COPY ./config/ssh_config .ssh/config lstat config/ssh_config: no such file or directoryThere was a problem hiding this comment.
ok thanks , its not happening to me . I will look at it
| && rm kafka_${SCALA_MAJOR_VERSION}-${KAFKA_CLIENT_VERSION}.tgz | ||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
I thought you said that in to docker file you will also start zookeeper and kafka... (right now we do that by running the file 'streamai/binsc/setup/RUNME_ONCE.sh')... I dont see you starting the contents in the RUNME_ONCE.sh file
could you clarify ? am i missing something ?
There was a problem hiding this comment.
I removed the code that was starting kafka ,zookeeper and spark . Keep your work flow going as it is for now . I will add that code back with docker compose . We don't want all in the same container when you run on ECS
There was a problem hiding this comment.
if possible lets put 'streamai/binsc/setup/RUNME_ONCE.sh' in the docker file so that kafka and zookeeper start by default when we spin up new container
abgoswam
left a comment
There was a problem hiding this comment.
trial run did not go through.. check your changes..i have provided som ecomments...
Summary